This web method is used for getting a list of Attribute Group Instance IDs and Attribute Value IDs for attributes by their stored value.
The request body is of type AttributeValueGetByValue.
Request Body Parameters
Name | Description | Data Type |
objProviderGUId | This is a unique provider id, which can be obtained from CSS | guid |
strPassword | This is your unique service password which can be obtained from CSS | xml:string |
strAttribValue | The value you would like to search for. | xml:string |
strAttribGroupName | The attribute group type that you would like to return values for. | xml:string |
strAttribName | The Attribute type that you would like to return values for. | xml:string |
booPartialMatch | Whether to use an exact match or a simple partial match. | xml:boolean |
Overview
|
|
Sequence
| |
The response body is of type AttributeValueGetByValueResponse.
Response Body Parameters
Overview